Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UX audit: landing page and navigation #280

Merged
merged 29 commits into from
Dec 30, 2024
Merged

UX audit: landing page and navigation #280

merged 29 commits into from
Dec 30, 2024

Conversation

CJ-Rose
Copy link
Member

@CJ-Rose CJ-Rose commented Dec 16, 2024

No description provided.

Copy link

vercel bot commented Dec 16, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
smart-invoice-dapp ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 30, 2024 0:35am

@dan13ram
Copy link
Collaborator

Looks like you gotta run a pnpm install and commit the latest lock file. Thats why the build is failing on vercel @CJ-Rose

@CJ-Rose CJ-Rose linked an issue Dec 16, 2024 that may be closed by this pull request
@CJ-Rose
Copy link
Member Author

CJ-Rose commented Dec 16, 2024

Looks like you gotta run a pnpm install and commit the latest lock file. Thats why the build is failing on vercel @CJ-Rose

@dan13ram @scottrepreneur
new lock file committed but build still fails, please investigate?
otherwise this PR is ready for review.

@dan13ram
Copy link
Collaborator

@CJ-Rose You can see the build fails locally if you run pnpm -r build in the root dir.

you would have to run pnpm prepare-sepolia && pnpm codegen in packages/subgraph before you can run pnpm -r build in the root dir (just to ensure build passes for the subgraph directory)

Here is a screenshot from vercel

image

I have a feeling its because of version mismatch between the different packages and corresponding issues with node_modules..

Can you run pnpx syncpack list-mistmatches on the root directory? It will show you all the package version mismatches.
You can then run pnpx syncpack fix-mismatches to fix it. You may have to make some changes post that to ensure the build succeeds.

Particularly next and some eslint package versions differ between dapp and website which may be causing this issue.

Copy link
Member Author

@CJ-Rose CJ-Rose left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dan13ram finally, a successful build 😅

want to point out these 2 changes, as they are the only updates to files outside of /website and /docs

.eslintrc.js Show resolved Hide resolved
packages/contracts/package.json Show resolved Hide resolved
@CJ-Rose CJ-Rose linked an issue Dec 23, 2024 that may be closed by this pull request
@CJ-Rose CJ-Rose requested a review from dan13ram December 23, 2024 20:01
@dan13ram dan13ram merged commit bda8c17 into develop Dec 30, 2024
2 checks passed
@dan13ram dan13ram deleted the docusaurus branch December 30, 2024 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UX audit: docs UX audit: Landing page and navigation
3 participants